/* html {
    filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);

  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

  -webkit-filter: grayscale(1);

} */

.list-group1 {
    display: block !important;
}

/* 轮播图 */
.carousel-indicators li {
    border: #b4d2f2;
    background-color: #b4d2f2;
    opacity: 0.9;
}

.carousel-indicators .active {
    width: 40px;
    height: 15px;
    background-color: #000;
    opacity: 0.7;
    margin-right: 10px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
}

.carousel {
    margin-top: 102px;
}

.carousel .carousel-inner .item {
    height: 446px;
}

.carousel-inner > .item > a > img {
    width: 100%;
    height: 100%;
}

/* 关于我们 */
.my {
    width: 100%;
    height: 448px;
    margin: 40px 0;
    position: relative;
}

.my .my_bg {
    width: 100%;
    height: 100%;
    opacity: .1;
}

.my .my_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.my .my_content .container .media-bg {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.my .my_content .container .media-heading {
    width: 100%;
    text-align: center;
    color: #001120;
    margin-top: -38px;
}

.my .my_content .container .text {
    width: 100%;
    padding: 0 15%;
    box-sizing: border-box;
    margin-top: 50px;
    color: #666;
}

.my .my_content .container .text .text1 {
    width: 100%;
    text-align: center;
    line-height: 40px;
    display: -webkit-box;
 	-webkit-box-orient: vertical;
 	-webkit-line-clamp: 4;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

/* .media {
    height: auto;
}

.my .container .row .left .media-bg {
    font-weight: bold;
    color: #eeeeee;
    position: relative;
    margin-top: 10px;
}

.my .container .row .left .media-heading {
    color: #001120;
    position: absolute;
    left: 65px;
    top: 45px;
}

.my .container .row .left .text .text1 {
    color: #001120;
    margin-top: 40px;
}

.my .container .row .left .text .text2 {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 20px;
}

.my .container .row .left .btn1 {
    display: inline-block;
    width: 160px;
    height: 50px;
    background: #3182fe;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin: 15px 0;
    letter-spacing: 2px;
}

.my .container .row .right img {
    width: 100%;
    border-radius: 10px;
} */

/* 核心业务 */
.corebusiness {
    margin-bottom: 40px;
}

.corebusiness .text-center .media-bg {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.corebusiness .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.corebusiness .text {
    color: #666666;
    margin-bottom: 30px;
}

.business {
    padding: 0px;
    padding-left: 2%;
    position: relative;
    cursor: pointer;
}

.Discoloration:hover {
    color: #ffffff;
}

.business img {
    margin-top: 20px;
    width: 96%;
}

.business .title {
    color: #354a54;
    position: absolute;
    top: 25%;
    left: 10%;
}

.business .text {
    width: 185px;
    color: #1e4a65;
    position: absolute;
    top: 50%;
    left: 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*这里设置几行*/
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .business .text {
        width: 46%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /*这里设置几行*/
        overflow: hidden;
    }
}

/* 精品案例 */
.finecase {
    padding-top: 15px;
    background-color: #f5f5f5;
}

.case a:hover {
    /*text-decoration: none;*/
}

.case .smallcase .caseimg {
    position: relative;
    width: 100%;
    height: 338px;
}

.case .smallcase .caseimg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.case .smallcase .caseimg .cut {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 1.6em;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.case .smallcase:hover .cut {
    display: flex;
}

.case .smallcase:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.finecase .text-center .media-bg {
    font-weight: bold;
    color: #d9e3ed;
    margin-top: 50px;
}

.finecase .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.finecase .text {
    color: #666666;
    margin-bottom: 30px;
}

.case .smallcase {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.case .smallcase .text {
    padding: 20px;
    box-sizing: border-box;
}

.case .smallcase .text .title {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.case .smallcase .text .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case .smallcase .text .content .texts {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
}

.case .smallcase .text .content img {
    width: 8%;
    height: 10px;
    margin-top: -10px;
}

.finecase .container .select {
    display: flex;
    list-style: none;
    padding-left: 0px;
    width: 70%;
}

.finecase .container .select li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #3182fe;
    /*border-right: 1px solid #3182fe;*/
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.finecase .container .select li:hover {
    background: #3182fe;
    color: #ffffff;
}

.finecase .container .select li:last-child {
    border-right: none;
    border-radius: 0 10px 10px 0;
}

.finecase .container .select li:first-child {
    border-radius: 10px 0 0 10px;
}

.finecase .container .select .active {
    background-color: #3182fe;
    color: #fff;
}

.finecase .tab .left {
    float: left;
}

.finecase .tab .right {
    float: right;
    line-height: 50px;
}

/* 公司优势 */
.advantages .text-center .media-bg {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.advantages .text-center .media-heading {
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.advantages .text {
    color: #666666;
    margin-bottom: 40px;
}

.advantages .container .row .left img {
    width: 558px;
    height: 316px;
}

.advantages .container .row .right {
    height: 316px;
    /* background: #b4d2f2; */
}

.advantages .container .row .right .shang {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.advantages .container .row .right .shang img {
    width: 66px;
    height: 86px;
}

.advantages .container .row .right .xia {
    display: flex;
    margin-top: 35px;
    padding-left: 64px;
    box-sizing: border-box;
}

.advantages .container .row .right .xia .list {
    width: 33%;
}

.advantages .container .row .right .xia .list .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.advantages .container .row .right .xia .list .wenzi {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.advantages .container .row .right .xia .list .wenzi span {
    width: 8px;
    height: 8px;
    border: 1px solid #3182fe;
    border-radius: 50%;
    margin-right: 6px;
}

/* .advantages .text-center .media-bg {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.advantages .text-center .media-heading {
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.advantages .text {
    color: #666666;
    margin-bottom: 30px;
}

.advantages .container img {
    width: 100%;
} */

/* 客户说 */
.customersaid {
    padding-bottom: 40px;
}

.customersaid .text-center .media-bg {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.customersaid .text-center .media-heading {
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.customersaid .text {
    color: #666666;
    margin-bottom: 30px;
}

.customersaid .gundong {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.customersaid .gundong .jiantou {
    width: 40px;
    height: 40px;
}

.customersaid .gundong .jiantou img {
    width: 100%;
    height: 100%;
}

.customersaid .gundong .zhongjian {
    width: 88%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.customersaid .gundong .zhongjian .kehus {
    position: absolute;
    left: 0;
    /* bottom: 0; */
    height: 240px;
    font-size: 0;
    white-space: nowrap;
}

.customersaid .gundong .zhongjian .kehus .list {
    width: 320px;
    height: 240px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-right: 20px;
    display: inline-block;
}

/* .customersaid .gundong .zhongjian .kehus .list:last-child {
    margin-right: 0;
} */

.customersaid .gundong .zhongjian .kehus .list:hover{
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.customersaid .gundong .zhongjian .kehus .list .shang {
    width: 100%;
    height: calc(240px - 66px);
    padding: 15px;
    box-sizing: border-box;
}

.customersaid .gundong .zhongjian .kehus .list .shang .title {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.customersaid .gundong .zhongjian .kehus .list .shang .neirong {
    width: 100%;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.customersaid .gundong .zhongjian .kehus .list .xia {
    width: 100%;
    height: 66px;
    background: #eee;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.customersaid .gundong .zhongjian .kehus .list .xia .left {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.customersaid .gundong .zhongjian .kehus .list .xia .left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.customersaid .gundong .zhongjian .kehus .list .xia .right {
    width: 72%;
    margin-left: 15px;
}

.customersaid .gundong .zhongjian .kehus .list .xia .right .name {
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customersaid .gundong .zhongjian .kehus .list .xia .right .time {
    font-size: 12px;
    color: #666;
}

/* 服务客户 */
.customer {
    padding-bottom: 100px;
}
.customer .text-center .media-bg {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.customer .text-center .media-heading {
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.customer .text {
    color: #666666;
    margin-bottom: 30px;
}

/* 客户 */
.customer .customer_bd {
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 20px;
}

.customer .customer_bd img {
    width: 100%;
    height: 100%;
}

.customer .customer_bd:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

/* 软著证书 */
.zhengshu {
    padding-top: 10px;
    background-color: #f5f5f5;
    margin: 30px 0 0;
    padding-bottom: 50px;
}
.zhengshu .text-center .media-bg {
    font-weight: bold;
    color: #d9e3ed;
    margin-top: 50px;
}

.zhengshu .text-center .media-heading {
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.zhengshu .text {
    color: #666666;
    margin-bottom: 30px;
}

.zhengshu .kuang {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.zhengshu .kuang .list {
    width: 22%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 30px;
}

.ovfHiden {
    width: 100%;
    overflow: hidden;
    touch-action: none;
    margin-right: 17px !important;
}

.mengceng {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-top: 15vh;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
}

.mengceng .bg {
    width: 100%;
    height: 70vh;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.mengceng .bg .left {
    width: 45%;
    height: 100%;
}

.mengceng .bg .left img {
    width: 100%;
    height: 100%;
}

.mengceng .bg .right {
    width: 50%;
    padding: 20px 0;
    box-sizing: border-box;
}

.mengceng .bg .right .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.mengceng .bg .right .neirong {
    font-size: 16px;
    color: #999;
    text-indent: 2em;
    line-height: 28px;
}

.zhengshu .kuang .list:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.zhengshu .kuang .list .shang {
    width: 100%;
    margin-bottom: 10px;
}

.zhengshu .kuang .list .shang img {
    width: 100%;
}

.zhengshu .kuang .list .xia {
    font-size: 14px;
    color: #333;
}
/* .zhengshu {
    padding-top: 10px;
    background-color: #e9f3ff;
    margin: 30px 0;
    padding-bottom: 100px;
}

.zhengshu .text-center .media-bg {
    font-weight: bold;
    color: #d9e3ed;
    margin-top: 50px;
}

.zhengshu .text-center .media-heading {
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.zhengshu .text {
    color: #666666;
    margin-bottom: 30px;
}

.zhengshu .container {
    width: 80%;
}

.zhengshu .container img {
    width: 100%;
} */

/* 新闻中心 */
.news {
    margin: 30px 0 0 0;
}

.news .text-center .media-bg {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 50px;
}

.news .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.news .text {
    color: #666666;
    margin-bottom: 30px;
}

.news .container .newstwo a:hover {
    text-decoration: none;
}

.news .container .news_img {
    width: 100%;
    background: #f2f2f2;
    cursor: pointer;
}

.news .container .news_img:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.news .container .news_img img {
    width: 100%;
    height: 240px;
}

.news .container .news_img .news_contents {
    width: 100%;
    height: 110px;
    display: flex;
    padding: 20px 10px;
    box-sizing: border-box;
    justify-content: start;
    margin-bottom: 10px;
}

.news .container .news_img .news_contents .left .time {
    width: 80px;
    height: 80px;
    background: #3182fe;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.news .container .news_img .news_contents .right {
    width: 69%;
}

.news .container .news_contentss .right {
    width: 70%;
}

.news .container .news_img .news_contents .left .time span {
    display: block;
}

.news .container .news_img .news_contents .right h4 {
    width: 100%;
    margin-top: 5px;
    color: #333333 !important;
}

.news .container .news_img .news_contents .right .text {
    color: #494949;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*这里设置几行*/
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
}

.news .container .newsthree a:hover {
    text-decoration: none;
}

.news .container .news_contentss {
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    padding: 15px 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    cursor: pointer;
}

.news .container .news_contentss:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.news .container .news_contentss .left .time {
    width: 80px;
    height: 80px;
    background: #3182fe;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.news .container .news_contentss .left .time span {
    display: block;
}

.news .container .news_contentss .right h4 {
    width: 100%;
    margin-top: 5px;
    color: #333333 !important;
}

.news .container .news_contentss .right .text {
    color: #494949;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*这里设置几行*/
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
}

.news .container .last a {
    display: inline-block;
    margin: 0 auto;
}

.news .container .last {
    line-height: 110px;
    align-items: center;
    text-align: center;
}

/* 留言板 */

#code_img {
    width: 100px;
    height: 40px;
    cursor: pointer;
}

.messageBoard {
    width: 100%;
    background: #e9f3ff;
    padding: 30px 0 50px 0;
    margin-top: 30px;
}

.messageBoard h2 {
    color: #3182fe;
    margin-bottom: 30px;
}

.messageBoard .container .left_name {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.messageBoard .container .left_name .name {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #bbc2cd;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    border-radius: 10px;
    margin-right: 15px;
}

.messageBoard .container .left_name .name img {
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-right: 8px;
}

.messageBoard .container .left_name .name input {
    width: 100px;
    border: none;
    background: none;
    outline: none;
}

.messageBoard .container .left_name .telephone {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #bbc2cd;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    border-radius: 10px;
}

.messageBoard .container .left_name .telephone img {
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-right: 8px;
}

.messageBoard .container .left_name .telephone input {
    width: 100px;
    border: none;
    background: none;
    outline: none;
}

/* 中间 */
.messageBoard .mid_demand {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #bbc2cd;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
}

.messageBoard .mid_demand input {
    border: none;
    background: none;
    outline: none;
    width: 100%;
}

/* 右边 */
.messageBoard .right_code {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.messageBoard .right_code input {
    width: 100px;
    border: 1px solid #bbc2cd;
    background: none;
    outline: none;
    border-radius: 10px;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}

.messageBoard .right_code img {
    width: 70px;
    height: 40px;
    margin-top: 5px;
    margin: 0 10px;
}

.messageBoard .right_code .btnsubmit {
    width: 100px;
    border-radius: 10px;
    border: 1px solid #3182fe;
    background: none;
    height: 50px;
    line-height: 50px;
    color: #3182fe;
    letter-spacing: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* 768的屏以下 */
@media screen and (max-width: 768px) {
    .corebusiness .text-center .media-heading {
        top: -20px;
    }

    .finecase .text-center .media-heading {
        top: -20px;
    }

    .advantages .text-center .media-heading {
        top: -20px;
    }

    .advantages .container .row .left img {
        width: 100%;
    }

    .customer .text-center .media-heading {
        top: -20px;
    }

    .zhengshu .text-center .media-heading {
        top: -20px;
    }

    .zhengshu .kuang .list {
        width: 100%;
    }

    .news .text-center .media-heading {
        top: -20px;
    }

    .my .container .row .left .media-bg {
        text-align: center;
    }

    .my .container .row .left .media-heading {
        position: relative;
        left: 0;
        top: -30px;
        text-align: center;
    }

    .my .container .row .left .text .text1 {
        color: #001120;
        margin-top: 20px;
    }

    .my .container .row .left {
        text-align: center;
    }

    .my .container .row .right {
        text-align: center;
    }

    .carousel {
        height: 0;
    }

    .carousel .carousel-inner {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    .zhengshu {
        padding-bottom: 0px;
    }

    .mengceng .bg {
        display: flex;
        flex-direction: column;
        overflow: scroll;
    }

    .mengceng .bg .left{
        width: 100% !important;
        height: auto !important;
    }

    .mengceng .bg .left img{
        width: 100% !important;
        height: auto !important;
    }

    .mengceng .bg .right {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px !important;
    }
}

.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translateY(34.375px);
    transform: translateY(34.375px);
}
.honeycomb-cell {
    flex: 0 1 250px;
    max-width: 250px;
    height: 137.5px;
    margin: 65.4761904762px 12.5px 25px;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
}
.honeycomb-cell__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.75em;
    transition: opacity 350ms;
}
.honeycomb-cell__title > small {
    font-weight: 300;
    margin-top: 0.25em;
}
.honeycomb-cell__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.honeycomb-cell::before,
.honeycomb-cell::after {
    content: "";
}
.honeycomb-cell::before,
.honeycomb-cell::after,
.honeycomb-cell__image {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}
.honeycomb-cell::before {
    background: #fff;
    -webkit-transform: scale(1.055);
    transform: scale(1.055);
}
/* .honeycomb-cell::after {
    background: #3ea0eb;
    opacity: 0.5;
    transition: opacity 350ms;
} */
/* .honeycomb-cell:hover .honeycomb-cell__title {
    opacity: 0;
} */
/* .honeycomb-cell:hover::before {
    background: #72f88e;
} */
/* .honeycomb-cell:hover::after {
    opacity: 0;
} */
.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px;
}

@media (max-width: 550px) {
    .honeycomb-cell {
        margin: 81.25px 25px;
    }
}
@media (min-width: 550px) and (max-width: 825px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px);
    }

    .honeycomb__placeholder:nth-child(3n + 5) {
        display: block;
    }
}
@media (min-width: 825px) and (max-width: 1100px) {
    .honeycomb-cell:nth-child(5n + 4) {
        margin-left: calc(50% - 275px);
    }

    .honeycomb-cell:nth-child(5n + 5) {
        margin-right: calc(50% - 275px);
    }

    .honeycomb__placeholder:nth-child(5n),
    .honeycomb__placeholder:nth-child(5n + 3) {
        display: block;
    }
}
@media (min-width: 1100px) {
    .honeycomb-cell:nth-child(7n + 5) {
        margin-left: calc(50% - 400px);
    }

    .honeycomb-cell:nth-child(7n + 7),
    .honeycomb-cell:nth-child(7n + 5):nth-last-child(2) {
        margin-right: calc(50% - 400px);
    }

    .honeycomb__placeholder:nth-child(7n + 7),
    .honeycomb__placeholder:nth-child(7n + 9),
    .honeycomb__placeholder:nth-child(7n + 11) {
        display: block;
    }
}
